[INFO] cloning repository https://github.com/BubblePtr/concerto
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BubblePtr/concerto" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBubblePtr%2Fconcerto", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBubblePtr%2Fconcerto'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 189098b9e058185bb7c8197014a81226ae1391fe
[INFO] testing BubblePtr/concerto against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBubblePtr%2Fconcerto" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/BubblePtr/concerto
[INFO] finished tweaking git repo https://github.com/BubblePtr/concerto
[INFO] tweaked toml for git repo https://github.com/BubblePtr/concerto written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BubblePtr/concerto on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BubblePtr/concerto already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1c0865a55dec682f81d402b6f863f1bec0aae11b8580aba6c1765fdfbd192791
[INFO] running `Command { std: "docker" "start" "-a" "1c0865a55dec682f81d402b6f863f1bec0aae11b8580aba6c1765fdfbd192791", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1c0865a55dec682f81d402b6f863f1bec0aae11b8580aba6c1765fdfbd192791", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c0865a55dec682f81d402b6f863f1bec0aae11b8580aba6c1765fdfbd192791", kill_on_drop: false }`
[INFO] [stdout] 1c0865a55dec682f81d402b6f863f1bec0aae11b8580aba6c1765fdfbd192791
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e989d99246f0c73f126ab4cc7d9609e55539d8909eca8d27c3b70f8a28af318e
[INFO] running `Command { std: "docker" "start" "-a" "e989d99246f0c73f126ab4cc7d9609e55539d8909eca8d27c3b70f8a28af318e", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling anymap2 v0.13.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling inotify v0.11.1
[INFO] [stderr]    Compiling notify-types v2.1.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling notify v8.2.0
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling liquid-derive v0.26.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling graphql-parser v0.4.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling kstring v2.0.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling liquid-core v0.26.11
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling liquid-lib v0.26.11
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling liquid v0.26.11
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling concerto v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
[INFO] running `Command { std: "docker" "inspect" "e989d99246f0c73f126ab4cc7d9609e55539d8909eca8d27c3b70f8a28af318e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e989d99246f0c73f126ab4cc7d9609e55539d8909eca8d27c3b70f8a28af318e", kill_on_drop: false }`
[INFO] [stdout] e989d99246f0c73f126ab4cc7d9609e55539d8909eca8d27c3b70f8a28af318e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cf0444e58ca80f7f68ad83219d0f699a6b7df16d9fc7edb22e7e5c67ce4c80d0
[INFO] running `Command { std: "docker" "start" "-a" "cf0444e58ca80f7f68ad83219d0f699a6b7df16d9fc7edb22e7e5c67ce4c80d0", kill_on_drop: false }`
[INFO] [stderr]    Compiling inotify v0.11.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling notify-types v2.1.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling notify v8.2.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling concerto v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 26.24s
[INFO] running `Command { std: "docker" "inspect" "cf0444e58ca80f7f68ad83219d0f699a6b7df16d9fc7edb22e7e5c67ce4c80d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf0444e58ca80f7f68ad83219d0f699a6b7df16d9fc7edb22e7e5c67ce4c80d0", kill_on_drop: false }`
[INFO] [stdout] cf0444e58ca80f7f68ad83219d0f699a6b7df16d9fc7edb22e7e5c67ce4c80d0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 02e80ac495fd70fa0e739d1f971116fb1343245a43c0bf4c8f7304a9352597d4
[INFO] running `Command { std: "docker" "start" "-a" "02e80ac495fd70fa0e739d1f971116fb1343245a43c0bf4c8f7304a9352597d4", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/concerto-cd4b8b96879ad109)
[INFO] [stdout] 
[INFO] [stdout] running 65 tests
[INFO] [stdout] test agent::tests::extracts_absolute_usage_without_double_counting_inputs ... ok
[INFO] [stdout] test config::tests::applies_defaults ... ok
[INFO] [stdout] test agent::tests::local_events_keep_recent_ring_buffer ... ok
[INFO] [stdout] test agent::tests::async_messages_record_recent_events_and_rate_limits ... ok
[INFO] [stdout] test config::tests::rejects_missing_project_slug ... ok
[INFO] [stdout] test config::tests::parses_server_config ... ok
[INFO] [stdout] test config::tests::preserves_string_turn_sandbox_policy ... ok
[INFO] [stdout] test config::tests::parses_worker_and_policy_objects ... ok
[INFO] [stdout] test config::tests::resolves_env_secret ... ok
[INFO] [stdout] test dynamic_tool::tests::linear_graphql_rejects_invalid_variables ... ok
[INFO] [stdout] test dynamic_tool::tests::linear_graphql_rejects_missing_query ... ok
[INFO] [stdout] test dynamic_tool::tests::linear_graphql_formats_transport_errors ... ok
[INFO] [stdout] test dynamic_tool::tests::linear_graphql_marks_top_level_errors_as_failures ... ok
[INFO] [stdout] test dynamic_tool::tests::linear_graphql_accepts_string_shorthand ... ok
[INFO] [stdout] test dynamic_tool::tests::tool_specs_advertise_linear_graphql ... ok
[INFO] [stdout] test dynamic_tool::tests::linear_graphql_rejects_multiple_operations ... ok
[INFO] [stdout] test dynamic_tool::tests::unsupported_tool_returns_failure_payload ... ok
[INFO] [stdout] test orchestrator::tests::failed_retry_backoff_grows_and_is_capped ... ok
[INFO] [stdout] test orchestrator::tests::snapshot_issue_returns_running_and_retry_views ... ok
[INFO] [stdout] test orchestrator::tests::finish_worker_completed_schedules_continuation_retry_and_tracks_usage ... ok
[INFO] [stdout] test orchestrator::tests::finish_worker_retryable_failure_increments_attempt ... ok
[INFO] [stdout] test orchestrator::tests::try_reserve_accepts_merging_and_rework_states ... ok
[INFO] [stdout] test orchestrator::tests::continuation_retry_uses_short_delay ... ok
[INFO] [stdout] test orchestrator::tests::reconcile_reassigned_issue_cancels_with_cleanup ... ok
[INFO] [stdout] test orchestrator::tests::reconcile_missing_issue_releases_claim ... ok
[INFO] [stdout] test orchestrator::tests::try_reserve_rejects_non_active_and_terminal_states ... ok
[INFO] [stdout] test orchestrator::tests::reservation_rolls_back_when_prepare_fails ... ok
[INFO] [stdout] test orchestrator::tests::reconcile_active_issue_updates_running_state ... ok
[INFO] [stdout] test orchestrator::tests::request_refresh_coalesces_pending_requests ... ok
[INFO] [stdout] test orchestrator::tests::try_reserve_rejects_todo_issue_with_non_terminal_blocker ... ok
[INFO] [stdout] test orchestrator::tests::retry_dispatch_releases_claim_when_issue_is_no_longer_active ... ok
[INFO] [stdout] test orchestrator::tests::try_reserve_rejects_when_all_worker_hosts_are_full ... ok
[INFO] [stdout] test ssh::tests::keeps_bracketed_ipv6_host_and_port ... ok
[INFO] [stdout] test orchestrator::tests::reconcile_inactive_issue_cancels_without_cleanup ... ok
[INFO] [stdout] test ssh::tests::keeps_unbracketed_ipv6_targets_intact ... ok
[INFO] [stdout] test ssh::tests::escapes_embedded_single_quotes ... ok
[INFO] [stdout] test orchestrator::tests::reconcile_terminal_issue_cancels_with_cleanup ... ok
[INFO] [stdout] test orchestrator::tests::try_reserve_honors_per_state_limits_without_blocking_other_states ... ok
[INFO] [stdout] test ssh::tests::parses_host_port_targets ... ok
[INFO] [stdout] test ssh::tests::keeps_user_prefix_when_parsing_targets ... ok
[INFO] [stdout] test orchestrator::tests::snapshot_reports_counts_due_at_and_rate_limits ... ok
[INFO] [stdout] test orchestrator::tests::try_reserve_honors_global_limit ... ok
[INFO] [stdout] test orchestrator::tests::try_reserve_rejects_running_and_claimed_issue_but_allows_retry_attempt ... ok
[INFO] [stdout] test tracker::tests::normalizes_issue ... ok
[INFO] [stdout] test orchestrator::tests::reload_workflow_updates_server_config_without_rebinding ... ok
[INFO] [stdout] test tracker::tests::sorts_by_priority_then_created ... ok
[INFO] [stdout] test workflow::tests::parses_front_matter ... ok
[INFO] [stdout] test workflow::tests::parses_without_front_matter ... ok
[INFO] [stdout] test workflow::tests::rejects_non_map_front_matter ... ok
[INFO] [stdout] test ssh::tests::run_returns_error_when_ssh_is_missing ... ok
[INFO] [stdout] test workspace::tests::escapes_shell_single_quotes ... ok
[INFO] [stdout] test workspace::tests::before_run_ignores_missing_and_blank_scripts ... ok
[INFO] [stdout] test workspace::tests::cleanup_terminal_missing_directory_is_noop ... ok
[INFO] [stdout] test workspace::tests::prepare_marks_first_create_and_reuse ... ok
[INFO] [stdout] test workspace::tests::sanitizes_workspace_key ... ok
[INFO] [stdout] test workspace::tests::rejects_path_escape ... ok
[INFO] [stdout] test ssh::tests::start_port_uses_host_port_and_remote_shell ... ok
[INFO] [stdout] test workspace::tests::cleanup_remote_reports_probe_failures ... ok
[INFO] [stdout] test web::tests::serves_dashboard_and_api_endpoints ... ok
[INFO] [stdout] test workspace::tests::hook_failure_is_reported ... ok
[INFO] [stdout] test workspace::tests::after_run_failure_is_swallowed ... ok
[INFO] [stdout] test orchestrator::tests::reconcile_refresh_failure_keeps_running_worker_alive ... ok
[INFO] [stdout] test orchestrator::tests::select_worker_host_prefers_least_loaded_and_retry_affinity ... ok
[INFO] [stdout] test orchestrator::tests::finish_worker_cancelled_cleanup_true_removes_workspace_and_releases_claim ... ok
[INFO] [stdout] test workspace::tests::hook_timeout_is_reported ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/concerto-3931829b5e6228ca)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::cli_port_overrides_workflow_server_port ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-9f37f972cb47108e)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test linear_tracker_create_comment_and_update_issue_state_succeed ... ok
[INFO] [stdout] test linear_tracker_fetch_candidate_issues_paginates ... ok
[INFO] [stdout] test linear_tracker_empty_issue_state_lookup_short_circuits_without_requests ... ok
[INFO] [stdout] test agent_runner_fails_fast_on_user_input_request ... ok
[INFO] [stdout] test linear_tracker_filters_candidates_by_assignee_and_resolves_me ... ok
[INFO] [stdout] test linear_tracker_requires_end_cursor_for_pagination ... ok
[INFO] [stdout] test linear_tracker_graphql_preserves_top_level_errors_for_tool_calls ... ok
[INFO] [stdout] test linear_tracker_marks_issue_state_refresh_when_issue_is_not_routed_to_worker ... ok
[INFO] [stdout] test linear_tracker_returns_graphql_errors ... ok
[INFO] [stdout] test agent_runner_supports_remote_workers_over_ssh ... ok
[INFO] [stdout] test linear_tracker_returns_http_status_errors ... ok
[INFO] [stdout] test linear_tracker_update_issue_state_returns_state_not_found ... ok
[INFO] [stdout] test linear_tracker_sends_raw_authorization_token ... ok
[INFO] [stdout] test linear_tracker_returns_mutation_failures ... ok
[INFO] [stdout] test workflow_example_loads_and_renders ... ok
[INFO] [stdout] test agent_runner_returns_port_exit_when_codex_exits_early ... ok
[INFO] [stdout] test agent_runner_returns_response_error_for_missing_fields ... ok
[INFO] [stdout] test agent_runner_executes_supported_dynamic_tool_calls ... ok
[INFO] [stdout] test agent_runner_with_max_turns_one_skips_continuation_state_refresh ... ok
[INFO] [stdout] test agent_runner_rejects_unknown_dynamic_tool_without_stalling ... ok
[INFO] [stdout] test agent_runner_returns_turn_cancelled_when_cancellation_is_triggered ... ok
[INFO] [stdout] test linear_tracker_fetch_issue_states_by_ids_batches_large_requests ... ok
[INFO] [stdout] test agent_runner_handles_approval_and_continuation ... ok
[INFO] [stdout] test agent_runner_auto_approves_command_and_file_change_requests ... ok
[INFO] [stdout] test agent_runner_enforces_total_turn_timeout ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- agent_runner_enforces_total_turn_timeout stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'agent_runner_enforces_total_turn_timeout' (100) panicked at tests/integration.rs:351:5:
[INFO] [stdout] timed out child was not shut down
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ed81d7e31ca - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ed81d7e31ca - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ed81d7e31ca - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ed81d7e31ca - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ed81d7fc12a - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ed81d7fc12a - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5ed81d7e84e2 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5ed81d7e84e2 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5ed81d7bed1f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ed81d7bed1f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ed81d7da1f9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ed81cb06a0c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5ed81cb06a0c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5ed81d7da472 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5ed81d7da472 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ed81d7bee0a - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5ed81d7b3ba9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ed81d7bfefd - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ed81d7fc99c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ed81ca1db2c - integration[a06c6a33ea953258]::agent_runner_enforces_total_turn_timeout::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration.rs:351:5
[INFO] [stdout]   20:     0x5ed81cabb4b2 - <core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x5ed81cabb52d - <core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5ed81ca96f9d - <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:70
[INFO] [stdout]   23:     0x5ed81ca96e9b - tokio[733fafc5bbc5e02b]::task::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x5ed81ca96e9b - tokio[733fafc5bbc5e02b]::task::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x5ed81ca96e9b - <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:25
[INFO] [stdout]   26:     0x5ed81ca8cd00 - <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::Context>::enter::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:446:19
[INFO] [stdout]   27:     0x5ed81ca95aad - <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:768:44
[INFO] [stdout]   28:     0x5ed81ca94d54 - <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:68
[INFO] [stdout]   29:     0x5ed81cab101b - <tokio[733fafc5bbc5e02b]::runtime::context::scoped::Scoped<tokio[733fafc5bbc5e02b]::runtime::scheduler::Context>>::set::<<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}, (alloc[dad09f3a48280dba]::boxed::Box<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x5ed81cac1029 - tokio[733fafc5bbc5e02b]::runtime::context::set_scheduler::<(alloc[dad09f3a48280dba]::boxed::Box<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>), <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:38
[INFO] [stdout]   31:     0x5ed81ca74ed2 - <std[fce30c26ee6459b]::thread::local::LocalKey<tokio[733fafc5bbc5e02b]::runtime::context::Context>>::try_with::<tokio[733fafc5bbc5e02b]::runtime::context::set_scheduler<(alloc[dad09f3a48280dba]::boxed::Box<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>), <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[dad09f3a48280dba]::boxed::Box<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   32:     0x5ed81ca74a5e - <std[fce30c26ee6459b]::thread::local::LocalKey<tokio[733fafc5bbc5e02b]::runtime::context::Context>>::with::<tokio[733fafc5bbc5e02b]::runtime::context::set_scheduler<(alloc[dad09f3a48280dba]::boxed::Box<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>), <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[dad09f3a48280dba]::boxed::Box<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   33:     0x5ed81cac059d - tokio[733fafc5bbc5e02b]::runtime::context::set_scheduler::<(alloc[dad09f3a48280dba]::boxed::Box<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>), <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:17
[INFO] [stdout]   34:     0x5ed81ca93860 - <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:27
[INFO] [stdout]   35:     0x5ed81ca93b56 - <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:756:24
[INFO] [stdout]   36:     0x5ed81ca94860 - <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   37:     0x5ed81ca832a3 - tokio[733fafc5bbc5e02b]::runtime::context::runtime::enter_runtime::<<tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x5ed81ca8c611 - <tokio[733fafc5bbc5e02b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   39:     0x5ed81cad19e4 - <tokio[733fafc5bbc5e02b]::runtime::runtime::Runtime>::block_on_inner::<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:371:52
[INFO] [stdout]   40:     0x5ed81cad1baf - <tokio[733fafc5bbc5e02b]::runtime::runtime::Runtime>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:345:18
[INFO] [stdout]   41:     0x5ed81ca447a2 - integration[a06c6a33ea953258]::agent_runner_enforces_total_turn_timeout
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration.rs:351:71
[INFO] [stdout]   42:     0x5ed81ca1a997 - integration[a06c6a33ea953258]::agent_runner_enforces_total_turn_timeout::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration.rs:299:52
[INFO] [stdout]   43:     0x5ed81ca58aa6 - <integration[a06c6a33ea953258]::agent_runner_enforces_total_turn_timeout::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5ed81caf9ceb - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5ed81caf9ceb - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x5ed81cb074db - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x5ed81cb074db - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x5ed81cb074db - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x5ed81cb074db - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x5ed81cb074db - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x5ed81cb074db - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x5ed81cb074db - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x5ed81cb00bf4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x5ed81cb00bf4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x5ed81cb0a0e2 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x5ed81cb0a0e2 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x5ed81cb0a0e2 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x5ed81cb0a0e2 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x5ed81cb0a0e2 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5ed81cb0a0e2 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x5ed81cb0a0e2 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5ed81d7e23bf - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   63:     0x5ed81d7e23bf - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x7e0100ef1aa4 - <unknown>
[INFO] [stdout]   65:     0x7e0100f7ea64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     agent_runner_enforces_total_turn_timeout
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 24 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] running `Command { std: "docker" "inspect" "02e80ac495fd70fa0e739d1f971116fb1343245a43c0bf4c8f7304a9352597d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02e80ac495fd70fa0e739d1f971116fb1343245a43c0bf4c8f7304a9352597d4", kill_on_drop: false }`
[INFO] [stdout] 02e80ac495fd70fa0e739d1f971116fb1343245a43c0bf4c8f7304a9352597d4
